home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q102 / 8 / 73.TXT < prev    next >
Text File  |  1993-11-02  |  4KB  |  108 lines

  1. DOCUMENT:Q102873  14-OCT-1993  [W_NT]
  2. TITLE   :BOOT.INI and ARC Path Naming Conventions
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ------------------------------------------------------------------
  14.  
  15. SUMMARY
  16. =======
  17.  
  18. The path to each Windows NT installation is described in the BOOT.INI
  19. file using conventions that are part of the Advanced RISC Computing
  20. (ARC) specifications. These conventions are used for compatibility
  21. with ARC computers that run windows NT.
  22.  
  23. MORE INFORMATION
  24. ================
  25.  
  26. An ARC path name is of the form
  27.  
  28.    <component>(<x>)disk(<y>)rdisk(<z>)partition(<a>)\<path>
  29.  
  30. where:
  31.  
  32. <component> identifies the controller for the device. The two valid
  33. values for this field are scsi and multi, where scsi indicates a SCSI
  34. disk and multi indicates a disk interface other than SCSI, such as an
  35. IDE or ESDI drive.
  36.  
  37. <x> is the ordinal number of the adapter. For example, in a system
  38. with multiple SCSI adapters, the first adapter to load and initialize
  39. would be 0, the next would be 1, and so on for all adapters. In the
  40. case of a computer with a single adapter, this number is always 0.
  41.  
  42. <y> is (for scsi) the SCSI bus number for multiple SCSI adapters times
  43. 32 plus the target ID of the disk. For multi, this number is always 0.
  44.  
  45. <z> is (for scsi) the device's logical unit number (LUN). For multi,
  46. this is the ordinal for the disk on the adapter and is generally
  47. either 0 or 1.
  48.  
  49. <a> is the partition ordinal for the partition used on the disk. All
  50. partitions receive a number except for type 5 (MS-DOS Extended) and
  51. type 0 (unused) partitions, with primary partitions being numbered
  52. first and then logical drives. NOTE: These numbers start at 1, as
  53. opposed to all other entries, which start with 0.
  54.  
  55. <path> is a directory path.
  56.  
  57. For example, a system with one hard disk with the following
  58. partitions
  59.  
  60.     --------------------------
  61.     |  c:   |   d:   |   e:  |
  62.     --------------------------
  63.  
  64. has the following ARC paths if the controller is an IDE and if C: and
  65. E: are primary partitions and D: is a logical drive in an extended
  66. partition:
  67.  
  68.    multi(0)disk(0)rdisk(0)partition(1)   for c:
  69.    multi(0)disk(0)rdisk(0)partition(2)   for e:
  70.    multi(0)disk(0)rdisk(0)partition(3)   for d:
  71.  
  72. If the same disk is SCSI, is connected to the second SCSI controller
  73. in the system, and has a SCSI ID of 3, the ARC paths are:
  74.  
  75.    scsi(1)disk(3)rdisk(0)partition(1)   for c:
  76.    scsi(1)disk(3)rdisk(0)partition(2)   for e:
  77.    scsi(1)disk(3)rdisk(0)partition(3)   for d:
  78.  
  79. For more information, query on the following words here in the
  80. Microsoft Knowledge Base: 
  81.  
  82.    arc and boot
  83.  
  84. REFERENCES
  85. ==========
  86.  
  87. Microsoft Windows NT Advanced Server "Concepts and Planning Guide,"
  88. page 160
  89.  
  90. Additional reference words: 3.10
  91. KBCategory:
  92. KBSubCategory: winnt
  93.  
  94. =============================================================================
  95.  
  96. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  97. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  98. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  99. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  100. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  101. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  102. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  103. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  104. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  105. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  106. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  107.  
  108. Copyright Microsoft Corporation 1993.